home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / CNLBP8R1.PPD < prev    next >
Text File  |  1991-12-05  |  14KB  |  415 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LBP-8IIIR-PS" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013684 or 014098
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 17 July 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "2.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LBP-8IIIR-PS)"
  20. *PSVersion: "(51.4) 1"
  21. *NickName: "Canon LBP-8IIIR PS-1 v51.4"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "839812"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True     
  28. *?FileSystem: "save
  29.   statusdict begin
  30.   diskonline {(True)}{(False)} ifelse = flush
  31.   end restore"
  32. *End
  33.  
  34. *Throughput: "8"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true 
  39.   }{
  40.     dup % potential password
  41.     statusdict begin checkpassword end not 
  42.   } ifelse 
  43.   {  %  if no password or not valid 
  44.     (WARNING : Cannot perform the exitserver command.) = 
  45.     (Password supplied is not valid.) = 
  46.     (Please contact the author of this software.) = flush
  47.     quit 
  48.   } if 
  49.   serverdict begin exitserver
  50. "
  51. *End
  52.  
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true 
  56.   }{
  57.     dup % potential password
  58.     statusdict begin checkpassword end not 
  59.   } ifelse 
  60.   {  %  if no password or not valid 
  61.     (WARNING : Cannot reset printer.) = 
  62.     (Password supplied is not valid.) = 
  63.     (Please contact the author of this software.) = flush
  64.     quit 
  65.   } if 
  66.   serverdict begin exitserver
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87.  
  88. *ScreenFreq: "60.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  93. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion or PaperTray.
  106.  
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict begin lettertray end"
  109. *PageSize Legal: "statusdict begin legaltray end"
  110. *PageSize Executive: "statusdict begin executivetray end"
  111. *PageSize A4: "statusdict begin a4tray end"
  112. *PageSize A4Small: "statusdict begin a4tray a4small end"
  113. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  114. *PageSize LegalSmall: "statusdict begin legaltray legalsmall end"
  115. *?PageSize: "
  116.  save statusdict begin
  117.   8 dict begin
  118.    /letter (Letter) def /legal (Legal) def
  119.    /a4 (A4) def /a4small (A4Small) def
  120.    /executivepage (Executive) def /lettersmall (LetterSmall) def
  121.    /legalsmall (LegalSmall) def
  122.    papersize {
  123.      {load exec} stopped not{= flush}if
  124.    }{
  125.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  126.    }ifelse
  127.   end
  128.  end restore
  129. "
  130. *End
  131.  
  132. *% These entries will set up the frame buffer. Usually used with manual feed.
  133. *DefaultPageRegion: Letter
  134. *PageRegion Letter: "letter"
  135. *PageRegion Legal: "legal"
  136. *PageRegion A4: "a4"
  137. *PageRegion LetterSmall: "lettersmall"
  138. *PageRegion A4Small: "a4small"
  139. *PageRegion LegalSmall: "legalsmall"
  140. *PageRegion Executive: "executivepage"
  141.  
  142. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  143. *% These errors should be trapped by software and a message displayed
  144. *DefaultPaperTray: Letter
  145. *PaperTray Letter: "statusdict begin lettertray end"
  146. *PaperTray Legal: "statusdict begin legaltray end"
  147. *PaperTray Executive: "statusdict begin executivetray end"
  148. *PaperTray A4: "statusdict begin a4tray end"
  149. *PaperTray A4Small: "statusdict begin a4tray a4small end"
  150. *PaperTray LetterSmall: "statusdict begin lettertray lettersmall end"
  151. *PaperTray LegalSmall: "statusdict begin legaltray legalsmall end"
  152. *?PaperTray: "
  153.  save statusdict begin
  154.   20 dict begin
  155.    /letter (Letter) def /legal (Legal) def
  156.    /a4 (A4) def   /executivepage (Executive) def
  157.    /a4small (A4Small) def
  158.   /lettersmall (LetterSmall) def /legalsmall (LegalSmall) def
  159.    papersize {
  160.      {load exec} stopped not{= flush}if
  161.    }{
  162.      {load exec} stopped not{print (.Transverse) = flush}if
  163.    }ifelse
  164.   end
  165.  end restore
  166. "
  167. *End
  168.  
  169. *% The following entries provide information about specific paper keywords
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "15 8 597 784 "
  172. *ImageableArea Legal: "15 8 597 1000 "
  173. *ImageableArea A4: "13 10 577 832 "
  174. *ImageableArea LetterSmall: "31 31 583 761 "
  175. *ImageableArea A4Small: "27 31 567 811 "
  176. *ImageableArea LegalSmall: "63 43 546 966"
  177. *ImageableArea Executive: "11 9 509 749"
  178. *?ImageableArea: "
  179.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  180.   newpath clippath pathbbox
  181.   4 -2 roll exch 2 {ceiling cvp} repeat
  182.   exch 2 {floor cvp} repeat flush
  183.  restore
  184. "
  185. *End
  186.  
  187. *% These provide the physical dimensions of the paper (by keyword)
  188. *DefaultPaperDimension: Letter
  189. *PaperDimension Letter: "612 792"
  190. *PaperDimension Legal: "612 1008"
  191. *PaperDimension A4: "595 842"
  192. *PaperDimension LetterSmall: "612 792"
  193. *PaperDimension A4Small: "595 842"
  194. *PaperDimension LegalSmall: "612 1008"
  195. *PaperDimension Executive: "500 742"
  196.  
  197. *DefaultInputSlot: Upper
  198. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  199. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  200. *InputSlot Envelope: "statusdict begin 3 setpapertray end"      
  201. *?InputSlot: "
  202.  save statusdict begin
  203.   5 dict begin
  204.    /0 (None) def
  205.    /1 (Lower) def
  206.    /2 (Upper) def
  207.    /3 (Envelope) def
  208.    papertray 
  209.      {( ) cvs cvn load exec} stopped not{= flush}if
  210.   end
  211.  end restore
  212. "
  213. *End
  214.  
  215. *DefaultManualFeed: False
  216. *?ManualFeed: "
  217. save
  218.   statusdict /manualfeed get
  219.   {(True)}{(False)}ifelse = flush
  220. restore"
  221. *End
  222. *ManualFeed True: "statusdict begin /manualfeed true store end"
  223. *ManualFeed False: "statusdict begin /manualfeed false store end"
  224.  
  225. *DefaultOutputOrder: Normal
  226. *DefaultOutputBin: Upper
  227.  
  228. *DefaultDuplex: False
  229. *?Duplex: "
  230. save
  231. statusdict begin /duplexmode get
  232. {(True)}{(False)}ifelse = flush end
  233. restore"
  234. *End
  235. *Duplex True: "statusdict begin /duplexmode true store end"
  236. *Duplex False: "statusdict begin /duplexmode false store end"
  237.  
  238. *% Font Information =====================
  239. *DefaultFont: Courier
  240. *Font AvantGarde-Book: Standard "(001.002)"
  241. *Font AvantGarde-BookOblique: Standard "(001.002)"
  242. *Font AvantGarde-Demi: Standard "(001.003)"
  243. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  244. *Font Bookman-Demi: Standard "(001.001)"
  245. *Font Bookman-DemiItalic: Standard "(001.001)"
  246. *Font Bookman-Light: Standard "(001.001)"
  247. *Font Bookman-LightItalic: Standard "(001.001)"
  248. *Font Courier: Standard "(002.002)"
  249. *Font Courier-Bold: Standard "(002.002)"
  250. *Font Courier-BoldOblique: Standard "(002.002)"
  251. *Font Courier-Oblique: Standard "(002.002)"
  252. *Font Helvetica: Standard "(001.002)"
  253. *Font Helvetica-Bold: Standard "(001.002)"
  254. *Font Helvetica-BoldOblique: Standard "(001.002)"
  255. *Font Helvetica-Condensed: Standard "(001.001)"
  256. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  257. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  258. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  259. *Font Helvetica-Narrow: Standard "(001.002)"
  260. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  261. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  262. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  263. *Font Helvetica-Oblique: Standard "(001.002)"
  264. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  265. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  266. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  267. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  268. *Font Palatino-Bold: Standard "(001.002)"
  269. *Font Palatino-BoldItalic: Standard "(001.002)"
  270. *Font Palatino-Italic: Standard "(001.002)"
  271. *Font Palatino-Roman: Standard "(001.001)"
  272. *Font Symbol: Special "(001.003)"
  273. *Font Times-Bold: Standard "(001.002)"
  274. *Font Times-BoldItalic: Standard "(001.004)"
  275. *Font Times-Italic: Standard "(001.002)"
  276. *Font Times-Roman: Standard "(001.002)"
  277. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  278. *Font ZapfDingbats: Special "(001.002)"
  279.  
  280. *?FontQuery: "
  281. save  4 dict begin /sv exch def
  282. /str (fonts/                              ) def
  283. /st2 128 string def
  284. {
  285.   count 0 gt {
  286.     dup st2 cvs (/) print print (:) print
  287.     dup FontDirectory exch known {pop (Yes)}{
  288.      str exch st2 cvs dup length /len exch def
  289.      6 exch putinterval str 0 len 6 add getinterval mark exch
  290.      { } st2 filenameforall counttomark 0 gt {
  291.       cleartomark (Yes)}{cleartomark (No)}ifelse
  292.     }ifelse = flush
  293.   }{ exit } ifelse
  294. } bind loop
  295. (*) = flush
  296. sv end restore
  297. "
  298. *End
  299.  
  300. *?FontList: "
  301. save  2 dict begin /sv exch def
  302. /str 128 string def
  303. FontDirectory { pop == } bind forall flush
  304. /filenameforall where { 
  305.  pop save (fonts/*) { 
  306.   dup length 6 sub 6 exch getinterval cvn == 
  307.  } bind str filenameforall flush restore
  308. } if 
  309. (*) = flush
  310. sv end restore
  311. "
  312. *End
  313.  
  314. *% Printer Messages (verbatim from printer):
  315. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  316. *%Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  317. *%Message: "\FontName\ not found, using Courier"
  318.  
  319. *% Status (format: %%[ status: <one of these> ]%% )
  320. *Status: "initializing"
  321. *Status: "printing test page"
  322. *Status: "printing engine test"
  323. *Status: "resetting printer"
  324. *Status: "idle"
  325. *Status: "busy"
  326. *Status: "printing"
  327. *Status: "waiting"
  328. *Status: "warming up"
  329. *Status: "envelope cassette incorrect"
  330. *Status: "manual feed timeout"
  331. *Status: "U<->L feed"
  332. *Status: "Flushing; rest of job (to end-of-file) will be ignored"
  333. *Status: "PrinterError: no paper tray"
  334. *Status: "PrinterError: out of paper"
  335. *Status: "PrinterError: cover open"
  336. *Status: "PrinterError: paper entry misfeed"
  337. *Status: "PrinterError: paper exit misfeed"
  338. *Status: "PrinterError: no toner cartridge"
  339. *Status: "PrinterError: paper path 1"
  340. *Status: "PrinterError: paper path 3"
  341. *Status: "PrinterError: paper path 4"
  342. *Status: "PrinterError: paper path 6"
  343. *Status: "PrinterError: beam detect error"
  344. *Status: "PrinterError: load option tray"
  345. *Status: "PrinterError: request manual feed of A4 paper"
  346. *Status: "PrinterError: request manual feed of letter paper"
  347. *Status: "PrinterError: request manual feed of legal paper"
  348. *Status: "PrinterError: request manual feed of executive paper"
  349. *Status: "PrinterError: service call"
  350.  
  351. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  352. *Source: "serial25"
  353. *Source: "Centronics"
  354.  
  355. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  356. *PrinterError: "no paper tray"
  357. *PrinterError: "out of paper"
  358. *PrinterError: "cover open"
  359. *PrinterError: "paper entry misfeed"
  360. *PrinterError: "paper exit misfeed"
  361. *PrinterError: "no toner cartridge"
  362. *PrinterError: "paper path 1"
  363. *PrinterError: "paper path 3"
  364. *PrinterError: "paper path 4"
  365. *PrinterError: "paper path 6"
  366. *PrinterError: "beam detect error"
  367. *PrinterError: "load option tray"
  368. *PrinterError: "request manual feed of A4 paper"
  369. *PrinterError: "request manual feed of letter paper"
  370. *PrinterError: "request manual feed of legal paper"
  371. *PrinterError: "request manual feed of executive paper"
  372. *PrinterError: "service call"
  373.  
  374. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  375.  
  376. *% Color Separation Information =====================
  377.  
  378. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  379.  
  380. *InkName: ProcessBlack/Process Black
  381. *InkName: CustomColor/Custom Color
  382. *InkName: ProcessCyan/Process Cyan
  383. *InkName: ProcessMagenta/Process Magenta
  384. *InkName: ProcessYellow/Process Yellow
  385.  
  386. *%  For 60 lpi / 300 dpi  ===============================
  387.  
  388. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  389. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  390. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  391. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  392. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  393.  
  394. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  395. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  396. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  397. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  398. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  399.  
  400. *%  For 53 lpi / 300 dpi  ===============================
  401.  
  402. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  403. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  404. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  405. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  406. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  407.  
  408. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  409. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  410. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  411. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  412. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  413.  
  414. *% end of PPD file for ScriptCard PS-1
  415.